home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000152_news@columbia.edu_Mon Apr 17 07:21:52 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06941
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 17 Apr 1995 04:44:20 -0400
  3. Received: by apakabar.cc.columbia.edu id AA20037
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 17 Apr 1995 04:44:18 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!news.sprintlink.net!psgrain!news.teleport.com!news.teleport.com!not-for-mail
  6. From: sysone@teleport.com (FIGHT THE POWER)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Automated SLIP logins from MSK...?
  9. Date: 17 Apr 1995 00:21:52 -0700
  10. Organization: I? Organized? Right. :-)
  11. Lines: 61
  12. Message-Id: <3mt4ug$evh@kelly.teleport.com>
  13. Nntp-Posting-Host: kelly.teleport.com
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17.     Hi, I have a couple of questions regarding MS-DOS Kermit,
  18. version 3.14, 18 Jan 1995, patch level 3. I have not been able
  19. to find answers for these in my copy of _Using MS-DOS Kermit_,
  20. 2nd edition, nor in the docs from the .zip file. Please let me
  21. know if there is something I have overlooked.
  22.  
  23.     First: I have begun using Kermit over a dial-up SLIP
  24. connection to my local provider. My script for doing this loads
  25. the SLIP8250 driver if necessary, gets my password and dials. It
  26. then handles the login. Once the connection is authorized, the
  27. system displays the following:
  28.  
  29.     Set IP address of interface 'myname-slip'
  30.     Packet mode enabled for IP address: aaa.bbb.ccc.ddd
  31.  
  32. At this point, I escape back to my Kermit prompt and enter
  33.  
  34.     Mykermit>set tcp/ip host myname-slip
  35.     Mykermit>set tcp/ip address aaa.bbb.ccc.ddd
  36.  
  37. and from there I can TELNET &c. No problem so far. What I would
  38. like to do is to automate the last portion of the transaction;
  39. that is, for Kermit somehow to grab the hostname and address from
  40. the incoming data. If I could get the incoming lines into some
  41. variable(s), I might be able to use some of the new (3.14)
  42. functions on them. INPUT and REINPUT don't seem to be geared for
  43. this job -- at least from what the book and docs say. Is there a
  44. way to retrieve and use information in this way within Kermit?
  45.  
  46.     Second: At the library where I work I have installed
  47. Kermit on several PCs acting as terminals for the on-line
  48. catalog -- these are on an ethernet. There are also some
  49. recently delivered computers which are hooked directly to the
  50. host via 9600-baud lines (COM1). On these latter machines, the
  51. host sends out escape sequences to change character colors
  52. regardless of the terminal type. Even 'TYMONO' does this. The
  53. problem is that the colors used are horrible. It would be much
  54. nicer to stick with basic screen colors; I like to use cyan on
  55. black with green underscore. Is there a way to instruct MS-DOS
  56. Kermit to ignore certain incoming escape sequences? The problem
  57. is not such attributes as 'bold, reverse underline,' as these I
  58. can control. The problem is the actual color change commands;
  59. e.g. ^[[34;40m or ^[[36;40m sequences. It is these I would like to
  60. screen out. Is such selective screening possible? The only
  61. alternative I can think of would be to get the system
  62. administrator to install a modified termcap/terminfo entry --
  63. which I could set up, but I don't think it would be allowed.
  64.  
  65.     Thanks in advance for any insights offered. Mail replies
  66. more than welcome. I will summarize responses if I get enough.
  67.     P.S. I just received _Kermit News_ No. 6 via snail. The
  68. Brazilian Elections article was fascinating. Thanks!
  69.  
  70. -----------------------------------------------------------------
  71. Augustus was sensible that mankind is governed by names; nor was
  72. he deceived in his expectation, that the senate and people would
  73. submit to slavery, provided they were respectfully assured that
  74. they still enjoyed their ancient freedom. - Edward Gibbon, 1776
  75.  
  76. Mail: <sysone@teleport.com>  Web: <http://www.teleport.com/~sysone>